testing.chattyFlag.json (field)

9 uses

	testing (current package)
		example.go#L90: 	if chatty.on && chatty.json {
		testing.go#L521: 	json bool // -v=test2json is set, to make output better for test2json
		testing.go#L532: 		f.json = arg == "test2json"
		testing.go#L535: 		f.json = false
		testing.go#L541: 	if f.json {
		testing.go#L551: 	if f.json {
		testing.go#L560: 	if f.json {
		testing.go#L574: 	return &chattyPrinter{w: w, json: chatty.json}
		testing.go#L2055: 	if chatty.json {